home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCONFIRMDISPLAYSETTINGS / TFRMCONFIRMDISPLAYSETTINGS.txt < prev   
Encoding:
Text File  |  2003-01-14  |  1.5 KB  |  85 lines

  1. object frmConfirmDisplaySettings: TfrmConfirmDisplaySettings
  2.   Left = 271
  3.   Top = 219
  4.   ActiveControl = comNo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Settings'
  7.   ClientHeight = 93
  8.   ClientWidth = 347
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 12
  22.     Width = 33
  23.     Height = 33
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 48
  28.     Top = 12
  29.     Width = 289
  30.     Height = 33
  31.     AutoSize = False
  32.     Caption = 'Do you want to keep chosen display settings?'
  33.     WordWrap = True
  34.   end
  35.   object lblReverting: TLabel
  36.     Left = 8
  37.     Top = 64
  38.     Width = 117
  39.     Height = 13
  40.     Caption = 'Reverting in %d seconds'
  41.   end
  42.   object comYes: TButton
  43.     Left = 176
  44.     Top = 60
  45.     Width = 75
  46.     Height = 23
  47.     Caption = '&Yes'
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.   end
  51.   object comNo: TButton
  52.     Left = 260
  53.     Top = 60
  54.     Width = 75
  55.     Height = 23
  56.     Cancel = True
  57.     Caption = '&No'
  58.     Default = True
  59.     ModalResult = 2
  60.     TabOrder = 1
  61.   end
  62.   object Timer: TTimer
  63.     Enabled = False
  64.     OnTimer = TimerTimer
  65.     Left = 140
  66.     Top = 44
  67.   end
  68.   object IvTranslator1: TIvTranslator
  69.     DictionaryName = 'dcoAMStepBuilder'
  70.     Left = 288
  71.     Top = 32
  72.     TargetsData = (
  73.       1
  74.       2
  75.       (
  76.         ''
  77.         'Hint'
  78.         0)
  79.       (
  80.         ''
  81.         'Caption'
  82.         0))
  83.   end
  84. end
  85.